css parser tests: Fix background-blend-mode test
authorMatthias Clasen <mclasen@redhat.com>
Fri, 31 Mar 2017 16:06:59 +0000 (12:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 31 Mar 2017 16:48:05 +0000 (12:48 -0400)
The css spec calls it 'saturation', not 'saturate'.

testsuite/css/parser/background-blend-mode.css
testsuite/css/parser/background-blend-mode.ref.css

index ae989cbad48f9089fa1117e4e07f50bfc04988b2..c9fe4cb826ceaa8cdd8a2d237e89a0adbfec767b 100644 (file)
@@ -15,5 +15,5 @@ d {
 }
 
 e {
-  background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturate, screen, soft-light;
+  background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturation, screen, soft-light;
 }
index ae989cbad48f9089fa1117e4e07f50bfc04988b2..c9fe4cb826ceaa8cdd8a2d237e89a0adbfec767b 100644 (file)
@@ -15,5 +15,5 @@ d {
 }
 
 e {
-  background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturate, screen, soft-light;
+  background-blend-mode: color-burn, color-dodge, color, darken, difference, exclusion, hard-light, hue, lighten, luminosity, multiply, normal, overlay, saturation, screen, soft-light;
 }